JUnit 3.8

Juni 3.8 appears to be current version: JUnit 3.8 Made the string argument TestCase constructor optional. You can now delete constructors of the form ”FooTestCase(String name) { super(name); }”. I was right, constructor FooTestCase(String) is obsolete nowadays…